Exporting Date fields to text includes time format due to design.

Cause:


In Access, dates are automatically stored with the date plus time. During the export process, both date and time are exported. This is by design of Microsoft Access. Note that if there is no time data, Access still displays all zeros (indicating 12 A.M.) as the time.

Solution:


To work around this behavior, export the data as a fixed-width text file and set the length of the Date field to eight characters to eliminate the time portion of the field during export.

NOTE: Exported text files do not preserve any formatting. To keep the datasheet's font and other formatting, export all or a portion of the table or query as a Rich Text Format file.